assume energympro and globalsatsport use LocalTime. (#447)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 17 Apr 2020 12:28:34 +0000 (06:28 -0600)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 12:28:34 +0000 (06:28 -0600)
commit1b75d3fefe746a64b19a49e47fb7e3348302b533
treef790f9e1410f40e87982cd35e1705dc35a341c84
parent86179ae11a3790cc72de35d663f3f7a5d02af564
assume energympro and globalsatsport use LocalTime. (#447)

* assume energympro and globalsatsport use LocalTime.

add an option to set the timezone for these formats, as the
timezone used to create the data may not match the timezone of the
computer reading the data.

* modify energympro/globalsatsport tests to use

UTC offsets.  Europe/Stockholm wasn't available on our Docker
bionic test image.

* util.cc build fix

include QTimeZone, dropped in manual merge

* Fix build error in util.cc

Lazy conflict merging.

* modify serialization ref files for new option.

* make new var static in energympro.

Co-authored-by: GPSBabel <gpsbabel@users.noreply.github.com>
defs.h
energympro.cc
globalsat_sport.cc
reference/format3.txt
reference/help.txt
reference/track/energympro.gpx
reference/track/globalsat_gh625XT.gpx
testo.d/energympro.test
testo.d/globalsat_sport.test
util.cc